dataframe.hdf5

Undocumented in source.

Members

Aliases

DataTypes
alias DataTypes = Tuple!(string[], "columnTitles", ColumnType[], "columnTypes", int[], "offsets", int[], "sizes", int, "totalSize")
Undocumented in source.
KalVariant
alias KalVariant = Algebraic!(string, int, long, DateTime, float, double)
Undocumented in source.

Functions

columnSizeOf
size_t columnSizeOf(ColumnType[] types)
Undocumented in source. Be warned that the author may not have intended to support it.
columnSizeOf
size_t columnSizeOf(DataFrameTyped frame)
Undocumented in source. Be warned that the author may not have intended to support it.
columnSizeOf
size_t columnSizeOf(ColumnType type)
Undocumented in source. Be warned that the author may not have intended to support it.
createDataType
hid_t createDataType(DataFrameTyped frame, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
dataFrameTypedFromFloats
auto dataFrameTypedFromFloats(float[] data, string[] columnTitles)
Undocumented in source. Be warned that the author may not have intended to support it.
dataFrameTypedFromHDF5DataSet
DataFrameTyped dataFrameTypedFromHDF5DataSet(string filename, string datasetName)
Undocumented in source. Be warned that the author may not have intended to support it.
dataFrameTypedFromSimpleHDF5Array
auto dataFrameTypedFromSimpleHDF5Array(string filename, string groupName, string ticker, string[] columnTitles)
Undocumented in source. Be warned that the author may not have intended to support it.
dataTypesForHDF5
DataTypes dataTypesForHDF5(string filename, string datasetName)
Undocumented in source. Be warned that the author may not have intended to support it.
h5ClassToColumnType
ColumnType h5ClassToColumnType(H5TClass classType, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
toBytes
ubyte[] toBytes(DataFrameTyped frame)
Undocumented in source. Be warned that the author may not have intended to support it.
toH5Type
hid_t toH5Type(ColumnType type)
Undocumented in source. Be warned that the author may not have intended to support it.
toHDF5
DataFrameTyped toHDF5(DataFrameTyped frame, string filename, string datasetName, DumpMode mode, bool extensible)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CHUNKSIZE
enum CHUNKSIZE;
Undocumented in source.

Meta